Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

introduce gRPC logging support #217

Merged
merged 5 commits into from
Oct 24, 2016
Merged

Conversation

dwsupplee
Copy link
Contributor

No description provided.

@dwsupplee dwsupplee added the api: logging Issues related to the Cloud Logging API. label Oct 23, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 23, 2016
Copy link
Contributor

@jdpedrie jdpedrie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

* @param array $keys
* @return array
*/
private function filterArgs(&$args, $keys)

This comment was marked as spam.

This comment was marked as spam.

@@ -49,7 +49,7 @@
* ```
*
* Please take care in installing the same version of these libraries that are
* outlined in the project's composer.json suggest keyword.
* outlined in the project's composer.json require-dev keyword.

This comment was marked as spam.

This comment was marked as spam.

* @param string $keys
* @param array $arr
* @return string
* @throws \InvalidArgumentException

This comment was marked as spam.

@@ -134,11 +143,11 @@ private function handleResponse($response)
if ($response instanceof PagedListResponse) {
return $response->getPage()
->getResponseObject()
->serialize(new PhpArray());
->serialize($this->codec);

This comment was marked as spam.

@jdpedrie
Copy link
Contributor

LGTM!

@jdpedrie jdpedrie merged commit 466e966 into googleapis:master Oct 24, 2016
@jdpedrie jdpedrie mentioned this pull request Nov 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: logging Issues related to the Cloud Logging API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants